From f5ac6cbe8f82ddf42d354759043b8c9d29e9b8c5 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 10 Sep 2008 15:36:26 +0000 Subject: [PATCH] Syntax fixes for non-Windows, non-Mac jeeps code. --- jeeps/gpslibusb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jeeps/gpslibusb.c b/jeeps/gpslibusb.c index a2c5be780..2a353d01c 100644 --- a/jeeps/gpslibusb.c +++ b/jeeps/gpslibusb.c @@ -67,7 +67,7 @@ static char ** os_get_garmin_mountpoints() { // Hacked for testing. - return { ".", NULL }; + return NULL; } #elif __APPLE__ // In fantasy land, we'd query iokit for enumerated devices of the Garmin @@ -84,7 +84,7 @@ char ** os_get_garmin_mountpoints() #elif char ** os_get_garmin_mountpoints() { - return {NULL}; + return NULL; } #endif -- 2.30.2